home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Night Sky Interactive
/
Night Sky Interactive.iso
/
mac
/
Data
/
Const.DIR
/
00130.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-12-17
|
254 b
|
16 lines
on mouseDown
puppetSprite(5, 1)
set the castNum of sprite 5 to 127
updateStage()
end
on mouseUp
global a, B, c
puppetSprite(5, 0)
set the castNum of sprite 5 to 124
updateStage()
set c to "2"
set theView to a & B & c
go(theView)
end